home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programmer's Power Pack / Delphi Volume 1.iso / s_to_z / spidr100 / setup.arv / STRINGS.DAT < prev    next >
Encoding:
Text File  |  1996-09-15  |  2.1 KB  |  264 lines

  1. add
  2. breakpoint
  3. command
  4. fax
  5. air
  6. mail
  7. add
  8. module
  9. dialog
  10. box
  11. component
  12. database
  13. direct
  14. structure
  15. viewer
  16. access
  17. printer
  18. by
  19. forms
  20. form
  21. Library
  22. Data
  23. Object
  24. Pascal
  25. Containers
  26. Module
  27. Hash
  28. Test
  29. Description
  30. Form
  31. to
  32. test hash
  33. and
  34. string
  35. table
  36. classes
  37. TStringTable
  38. uses
  39. a
  40. THashTable
  41. for
  42. implementation
  43. a
  44. TStringTable
  45. instance
  46. is
  47. used
  48. as
  49. the
  50. container
  51. for
  52. this
  53. test
  54. form
  55. History
  56. Version
  57. led
  58. building
  59. elastic
  60. eleven
  61. accessing
  62. control
  63. editor
  64. powerful
  65. solution
  66. registry
  67. based
  68. on
  69. create
  70. done
  71. set
  72. get
  73. init
  74. done
  75. true
  76. false
  77. ListBox
  78. TListBox;
  79. ItemCount
  80. Label
  81. AddButton
  82. Button
  83. SearchButton
  84. DeleteButton
  85. ClearButton
  86. LoadButton
  87. procedure
  88. FormCreate
  89. Sender
  90. TObject
  91. FormDestroy
  92. AddButtonClick
  93. FormClose
  94. ClearButtonClick
  95. retrieve
  96. save
  97. open
  98. load
  99. save as
  100. project
  101. bytes
  102. byte
  103. allows
  104. list box
  105. grid
  106. string grid
  107. combo box
  108. private
  109. Private
  110. declarations
  111. StringTable
  112. TStringTable
  113. redraws
  114. the
  115. list
  116. box
  117. from
  118. the
  119. contents
  120. of
  121. the
  122. hash
  123. table
  124. UpdateListBox
  125. iterator
  126. method
  127. to
  128. add
  129. a
  130. TStringCombo
  131. to
  132. the
  133. list
  134. box
  135. AddString
  136. public
  137. implementation
  138. uses
  139. const
  140. Hash
  141. table
  142. size
  143. number
  144. unique
  145. hash
  146. entries
  147. in
  148. table
  149. THashTableForm
  150. begin
  151. used
  152. as
  153. the
  154. container
  155. for
  156. this
  157. test
  158. form
  159. History
  160. Version
  161. led
  162. building
  163. elastic
  164. eleven
  165. accessing
  166. control
  167. Action
  168. Free
  169. var
  170. High
  171. Low
  172. Median
  173. TArrayIndex
  174. Comparison
  175. Found
  176. begin
  177. CheckType
  178. if not
  179. Sorted
  180. then
  181. RaiseArrayNotSorted
  182. while
  183. Found
  184. do
  185. Median
  186. check
  187. for
  188. range
  189. error
  190. at
  191. upper
  192. bound
  193. SearchBinary
  194. Invalid
  195. Array
  196. Index
  197. else
  198. type
  199. TContainer
  200. class
  201. Object
  202. protected
  203. ElementType
  204. TClass
  205. type
  206. element
  207. allowed
  208. in
  209. container
  210. FSize
  211. LongInt
  212. number
  213. elements
  214. container
  215. verifies
  216. to
  217. make
  218. sure
  219. Obj
  220. is
  221. of
  222. raised
  223. procedure
  224. Obj
  225. TObject
  226. GetSize
  227. and
  228. Query
  229. Empty
  230. may
  231. overriden
  232. for
  233. derived
  234. containers
  235. that
  236. use
  237. an
  238. embedded
  239. container
  240. function
  241. GetSize
  242. LongInt
  243. virtual
  244. function
  245. QueryEmpty
  246. Boolean
  247. virtual
  248. public
  249. constructor
  250. Create
  251. destroys
  252. destroying
  253. help
  254. text
  255. calls
  256. Clear
  257. to
  258. remove
  259. and
  260. free
  261. every
  262. element
  263. in
  264. the